Skip to content

Conversation

@jsoref
Copy link
Contributor

@jsoref jsoref commented Dec 9, 2020

What changes were proposed in this pull request?

Deprecating spark.launcher.childConectionTimeout in favor of spark.launcher.childConnectionTimeout

Why are the changes needed?

@srowen suggested it #30323 (comment)

How was this patch tested?

No testing. Not even compiled

@HyukjinKwon
Copy link
Member

For API deprecation, we should file a JIRA, @jsoref. Can you file a JIRA at https://issues.apache.org/jira/projects/SPARK/issues? Also it's best to keep the PR titles properly. See also https://spark.apache.org/contributing.html

@jsoref jsoref changed the title spelling: [API] deprecate spark.launcher.childConectionTimeout [SPARK-33717][LAUNCHER] deprecate spark.launcher.childConectionTimeout Dec 9, 2020
@jsoref jsoref mentioned this pull request Dec 11, 2020
@github-actions
Copy link

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions bot added the Stale label Mar 19, 2021
@jsoref
Copy link
Contributor Author

jsoref commented Mar 19, 2021

@HyukjinKwon: I filed https://issues.apache.org/jira/browse/SPARK-33717...

@srowen is there something I need to do to push this along?

@srowen
Copy link
Member

srowen commented Mar 19, 2021

Jenkins test this please

@SparkQA
Copy link

SparkQA commented Mar 19, 2021

Test build #136266 has finished for PR 30679 at commit 5650822.

  • This patch fails Java style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@github-actions github-actions bot closed this Mar 20, 2021
@jsoref
Copy link
Contributor Author

jsoref commented Mar 21, 2021

@srowen: sigh. can you provide the error output? (I can't find it from the bot's link) (and also the other bot killed this PR)

@srowen
Copy link
Member

srowen commented Mar 21, 2021

See the output linked above. It seems to be:

[error] Checkstyle error found in /home/jenkins/workspace/SparkPullRequestBuilder/launcher/src/main/java/org/apache/spark/launcher/LauncherServer.java:266: 'if' construct must use '{}'s.
[error] Checkstyle error found in /home/jenkins/workspace/SparkPullRequestBuilder/launcher/src/main/java/org/apache/spark/launcher/LauncherServer.java:272: Line is longer than 100 characters (found 104).
[error] Checkstyle error found in /home/jenkins/workspace/SparkPullRequestBuilder/launcher/src/main/java/org/apache/spark/launcher/SparkLauncher.java:99: Line is longer than 100 characters (found 106).
[error] 3 issue(s) found in Checkstyle report: /home/jenkins/workspace/SparkPullRequestBuilder/launcher/target/checkstyle-output.xml
[error] com.etsy.sbt.checkstyle.NoExitException

@srowen srowen reopened this Mar 21, 2021
@jsoref jsoref force-pushed the spelling-connection branch from 5650822 to e1db9f4 Compare March 21, 2021 01:48
@SparkQA
Copy link

SparkQA commented Mar 21, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40875/

@SparkQA
Copy link

SparkQA commented Mar 21, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40875/

@SparkQA
Copy link

SparkQA commented Mar 21, 2021

Test build #136293 has finished for PR 30679 at commit e1db9f4.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@github-actions github-actions bot closed this Mar 22, 2021
@jsoref
Copy link
Contributor Author

jsoref commented Mar 22, 2021

Can someone please whack the bot? This is insane.

@srowen srowen removed the Stale label Mar 22, 2021
@srowen srowen reopened this Mar 22, 2021
@srowen
Copy link
Member

srowen commented Mar 22, 2021

I cleared the 'stale' tag - that was the issue

@SparkQA
Copy link

SparkQA commented Mar 22, 2021

Test build #136319 has started for PR 30679 at commit e1db9f4.

@SparkQA
Copy link

SparkQA commented Mar 22, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40901/

@SparkQA
Copy link

SparkQA commented Mar 22, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40901/

@srowen
Copy link
Member

srowen commented Mar 22, 2021

Jenkins retest this please

@SparkQA
Copy link

SparkQA commented Mar 22, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40937/

@SparkQA
Copy link

SparkQA commented Mar 22, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40937/

@SparkQA
Copy link

SparkQA commented Mar 22, 2021

Test build #136353 has finished for PR 30679 at commit e1db9f4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Member

@srowen srowen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more thing would finish this out. Let's add a note in docs/core-migration-guide.md, under the 3.1 -> 3.2 heading, like:

In Spark 3.2, spark.launcher.childConectionTimeout is deprecated (typo) though still works. Use spark.launcher.childConnectionTimeout instead.

in favor of spark.launcher.childConnectionTimeout

Signed-off-by: Josh Soref <[email protected]>
@jsoref jsoref force-pushed the spelling-connection branch from e1db9f4 to 056d432 Compare March 23, 2021 14:52
@jsoref
Copy link
Contributor Author

jsoref commented Mar 23, 2021

Unrelated, markdownlint (triggered automatically in VSCode) suggests changing - to * for top level bullets: https://github.com/DavidAnson/markdownlint/blob/v0.23.1/doc/Rules.md#md004

https://issues.apache.org/jira/browse/SPARK-34838

@srowen
Copy link
Member

srowen commented Mar 23, 2021

Probably so - we can think about that separately if it's a problem.

@srowen
Copy link
Member

srowen commented Mar 23, 2021

Jenkins retest this please

@SparkQA
Copy link

SparkQA commented Mar 23, 2021

Test build #136415 has finished for PR 30679 at commit 056d432.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@github-actions github-actions bot added the DOCS label Mar 23, 2021
@SparkQA
Copy link

SparkQA commented Mar 23, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40999/

@srowen
Copy link
Member

srowen commented Mar 23, 2021

Jenkins retest this please

@SparkQA
Copy link

SparkQA commented Mar 24, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41010/

@SparkQA
Copy link

SparkQA commented Mar 24, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41010/

@srowen
Copy link
Member

srowen commented Mar 24, 2021

Jenkins retest this please

@SparkQA
Copy link

SparkQA commented Mar 24, 2021

Test build #136468 has started for PR 30679 at commit 056d432.

@SparkQA
Copy link

SparkQA commented Mar 24, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41052/

@SparkQA
Copy link

SparkQA commented Mar 24, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41052/

@srowen
Copy link
Member

srowen commented Mar 26, 2021

Jenkins retest this please

@SparkQA
Copy link

SparkQA commented Mar 26, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41158/

@SparkQA
Copy link

SparkQA commented Mar 26, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41158/

@SparkQA
Copy link

SparkQA commented Mar 26, 2021

Test build #136574 has finished for PR 30679 at commit 056d432.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Mar 26, 2021

Merged to master

@srowen srowen closed this in d58587b Mar 26, 2021
@jsoref jsoref deleted the spelling-connection branch March 30, 2021 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants